home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00234_Script_234
< prev
next >
Wrap
Text File
|
1995-10-10
|
488b
|
25 lines
on mouseUp
global prev,gSound
if (prev >0 ) then
set prev = 0
set the visible of sprite 19 to FALSE
updateStage
repeat with x = 13 to 18
set the visible of sprite x to TRUE
end repeat
repeat with i=13 to 18
puppetsprite i,0
end repeat
set the SoundLevel = gSound
puppetSound "OPEN.AIF"
updateStage
go 55
else
repeat with i=13 to 18
puppetsprite i,0
end repeat
go 55
end if
end